home *** CD-ROM | disk | FTP | other *** search
- object LogOnForm: TLogOnForm
- Left = 191
- Top = 112
- BorderStyle = bsDialog
- Caption = 'SQL Log on Info'
- ClientHeight = 320
- ClientWidth = 427
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 32
- Top = 8
- Width = 125
- Height = 16
- Caption = 'DataSource Name: '
- end
- object Label2: TLabel
- Left = 32
- Top = 72
- Width = 53
- Height = 16
- Caption = 'User ID:'
- end
- object Label3: TLabel
- Left = 32
- Top = 136
- Width = 72
- Height = 16
- Caption = 'Password: '
- end
- object Label4: TLabel
- Left = 32
- Top = 200
- Width = 108
- Height = 16
- Caption = 'Database Name:'
- end
- object EdtDSN: TEdit
- Left = 32
- Top = 32
- Width = 369
- Height = 24
- TabOrder = 0
- end
- object EdtUID: TEdit
- Left = 32
- Top = 96
- Width = 369
- Height = 24
- TabOrder = 1
- end
- object EdtPWD: TEdit
- Left = 32
- Top = 160
- Width = 369
- Height = 24
- PasswordChar = '*'
- TabOrder = 2
- end
- object EdtDSQ: TEdit
- Left = 32
- Top = 224
- Width = 369
- Height = 24
- TabOrder = 3
- end
- object BtnLogOnOK: TBitBtn
- Left = 56
- Top = 272
- Width = 121
- Height = 33
- Caption = 'Done'
- TabOrder = 4
- OnClick = BtnLogOnOKClick
- Kind = bkOK
- end
- object BtnSetLocation: TBitBtn
- Left = 216
- Top = 272
- Width = 161
- Height = 33
- Caption = 'Set Logon Info'
- TabOrder = 5
- OnClick = BtnSetLocationClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303
- 333333333333337FF3333333333333903333333333333377FF33333333333399
- 03333FFFFFFFFF777FF3000000999999903377777777777777FF0FFFF0999999
- 99037F3337777777777F0FFFF099999999907F3FF777777777770F00F0999999
- 99037F773777777777730FFFF099999990337F3FF777777777330F00FFFFF099
- 03337F773333377773330FFFFFFFF09033337F3FF3FFF77733330F00F0000003
- 33337F773777777333330FFFF0FF033333337F3FF7F3733333330F08F0F03333
- 33337F7737F7333333330FFFF003333333337FFFF77333333333000000333333
- 3333777777333333333333333333333333333333333333333333}
- NumGlyphs = 2
- end
- end
-